home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / chunkyppc / chunkyppcbase.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-06  |  171 b   |  10 lines

  1. #ifndef CHUNKYPPCBASE_H
  2.  
  3. typedef struct {
  4.    struct Library         lib_node;
  5.    APTR                   seg_list;
  6.    struct ExecBase       *sys_base;
  7. } ChunkyPPC;
  8.  
  9. #endif
  10.